This commit is contained in:
2021-01-14 10:17:29 +08:00
parent ef6e901edf
commit cad079a9a7
4 changed files with 21 additions and 8 deletions

View File

@@ -8,8 +8,12 @@ return [
],
//不进行sign校验
'nosign' => [
'openid',
'code',
// '002025',//查询
// '002100',//核销
// '002101',//冲正
// '002102',//撤销
'openid',//获取openid 封装数据
'code',//微信测获取优惠券
],
//分配的渠道号
'msg_sender' => '660134',
@@ -37,6 +41,7 @@ return [
'public' => storage_path('cert/unionpay/public_rsa.pem'),
],
],
//接口类型
'type' => [
'002025' => '查询',
'002100' => '交易',
@@ -47,6 +52,7 @@ return [
'012100' => '核销通知',
'code' => '生活请求发券',
],
//日志类型对应
'log_type' => [
'002025' => 'query',
'002100' => 'freezecoupon',