增加优惠券详情

This commit is contained in:
2021-06-25 15:04:54 +08:00
parent 711940ecce
commit add71f3d4c
3 changed files with 36 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ return [
'tokenUri' => 'https://open.cyzl.com/beta/auth/oauth/token',
'baseUri' => 'https://open.cyzl.com/beta/api',
'urlKey' => env('WASH_CAR_URLKEY', ''),//免登陆跳转
'infoUrl' => env('WASH_CAR_INFOURL', ''),//优惠券详情地址
],
/**
@@ -31,6 +32,7 @@ return [
'tokenUri' => 'https://open.cyzl.com/api/auth/oauth/token',
'baseUri' => 'https://open.cyzl.com/api',
'urlKey' => env('WASH_CAR_URLKEY', ''),//免登陆跳转
'infoUrl' => env('WASH_CAR_INFOURL', ''),//优惠券详情地址
],
];