iepay微信支付

This commit is contained in:
devil
2020-09-23 18:35:38 +08:00
parent a5edf66959
commit 9d457b7420

View File

@ -565,5 +565,18 @@ class IEPayWeixin
}
return strtolower(md5(substr($sign, 0, -1).$this->config['key']));
}
/**
* 自定义成功返回内容
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @date 2020-07-01
* @desc description
*/
public function SuccessReturn()
{
return '成功';
}
}
?>