新增获取我的问诊、关注医生列表接口

This commit is contained in:
2023-03-04 17:08:14 +08:00
parent 80dbd4bf93
commit 707a0eb6fd
11 changed files with 280 additions and 74 deletions
+1 -1
View File
@@ -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"