创建问诊订单 医生id
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Extend\Wechat;
|
||||
|
||||
use App\Constants\HttpEnumCode;
|
||||
use App\Exception\BusinessException;
|
||||
use App\Utils\Log;
|
||||
use EasyWeChat\Kernel\Exceptions\InvalidArgumentException;
|
||||
use EasyWeChat\Kernel\Exceptions\InvalidConfigException;
|
||||
use EasyWeChat\OfficialAccount\Message;
|
||||
@@ -144,6 +145,7 @@ class WechatPay
|
||||
]
|
||||
];
|
||||
|
||||
Log::getInstance()->info(json_encode($options,JSON_UNESCAPED_UNICODE));
|
||||
try {
|
||||
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
|
||||
if ($response->isFailed()) {
|
||||
|
||||
Reference in New Issue
Block a user