|
|
|
|
@ -626,6 +626,10 @@ class OrdersController extends CommonController
|
|
|
|
|
|
|
|
|
|
public function recharge()
|
|
|
|
|
{
|
|
|
|
|
return response()->json([
|
|
|
|
|
"errorcode" => "60000",
|
|
|
|
|
"errormsg" => "生成支付请求失败"
|
|
|
|
|
]);
|
|
|
|
|
$openid = $this->customer->openid;
|
|
|
|
|
$unifiedOrder = new \UnifiedOrderPub();
|
|
|
|
|
$jsApi = new \JsApiPub();
|
|
|
|
|
|