Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Aug 22, 2016
1 parent 29c634c commit a0e4b17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
################################################# 支付宝分页查询账单配置 #####################################################

#合作身份者ID,签约账号,以2088开头由16位纯数字组成的字符串,查看地址:https://b.alipay.com/order/pidAndKey.htm
partner=2088121890820083
partner=111111111

#MD5密钥,安全检验码,由数字和字母组成的32位字符串,查看地址:https://b.alipay.com/order/pidAndKey.htm
key=krmqp98s4zvz32oaoj1zqzlro54lujzu
key=2222222222

#支付宝提供给商户的服务接入网关URL(新)
alipay_gateway_new=https\://mapi.alipay.com/gateway.do?
Expand All @@ -19,7 +19,7 @@ log_path=C\:\\
input_charset=utf-8

#收款支付宝账号,以2088开头由16位纯数字组成的字符串,一般情况下收款账号就是签约账号
seller_id=2088121890820083
seller_id=3333333333

#支付宝消息验证地址
https_verify_url=https\://mapi.alipay.com/gateway.do?service\=notify_verify&
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#appId
appId=wxdc4e0888857e858d
appId=11111111

#微信支付商户号
mch_id=1311205301
mch_id=22222222

#微信支付
partnerKey=F64552266DE91BA676F1DBF984D847B6
partnerKey=33333333

#预支付订单请求地址
prepay_url=https\://api.mch.weixin.qq.com/pay/unifiedorder
Expand Down

0 comments on commit a0e4b17

Please sign in to comment.