调整变量名
This commit is contained in:
@@ -11,11 +11,11 @@ return [
|
||||
'uri' => [
|
||||
'unicom' => [
|
||||
//下单
|
||||
'order' => 'https://www.unicompayment.com/wappay3.0/httpservice/wapPayPageAction.do?reqcharset=UTF-8',
|
||||
'order' => 'https://epay.10010.com/wappay3.0/httpservice/wapPayPageAction.do?reqcharset=UTF-8',
|
||||
//查询
|
||||
'query' => 'https://www.unicompayment.com/CashierWeb/query/order.htm?reqCharSet=UTF-8',
|
||||
'query' => 'https://epay.10010.com/CashierWeb/query/order.htm?reqCharSet=UTF-8',
|
||||
//单笔退款
|
||||
'refund' => 'https://www.unicompayment.com/CashierWeb/trade/singleRefund.htm?reqCharSet=UTF-8',
|
||||
'refund' => 'https://epay.10010.com/CashierWeb/trade/singleRefund.htm?reqCharSet=UTF-8',
|
||||
],
|
||||
'ysd' => [
|
||||
'order' => env('APP_URL', 'https://card.ysd-bs.com'),
|
||||
|
||||
Reference in New Issue
Block a user