新增获取我的问诊、关注医生列表接口
This commit is contained in:
@@ -95,7 +95,7 @@ class WechatPay
|
||||
"out_trade_no" => $out_trade_no, // 商户系统内部订单号
|
||||
"appid" => $this->config['app_id'],
|
||||
"description" => "问诊服务",
|
||||
"notify_url" => "https://dev.hospital.applets.igandanyiyuan.com/pay/wx/callback",
|
||||
"notify_url" => "https://dev.hospital.applets.igandanyiyuan.com/callback/pay/wx",
|
||||
"amount" => [
|
||||
"total" => $total,//订单总金额,单位为分。
|
||||
"currency" => "CNY"
|
||||
|
||||
Reference in New Issue
Block a user