iepay微信支付

feat/task1-c-wallet
devil 2020-09-23 18:35:38 +08:00
parent a5edf66959
commit 9d457b7420
1 changed files with 13 additions and 0 deletions

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 '成功';
}
}
?>