feat/task1-c-wallet
devil_gong 2019-05-29 15:52:28 +08:00
parent e2b3c74383
commit 66316d3bf3
1 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@ class WxPayConfig extends WxPayConfigInterface
*/
public function GetAppId()
{
return '';
return 'wxf5f83b5f3d0591ad';
}
public function GetMerchantId()
{
return '';
return '1491834862';
}
//=======【支付相关配置:支付成功回调地址/签名方式】===================================
@ -89,11 +89,11 @@ class WxPayConfig extends WxPayConfigInterface
*/
public function GetKey()
{
return '';
return 'wxf5f83b5f3d0591ad';
}
public function GetAppSecret()
{
return '';
return 'd3169008589dff3c111083da4a59255f';
}