...
|
...
|
@@ -912,8 +912,17 @@ class Car extends Base |
|
|
'openid' => $userinfo['wx_xcx_openid'],
|
|
|
];
|
|
|
$f = \addons\epay\library\Service::submitOrder($params);
|
|
|
$this->success("请求成功");
|
|
|
$this->success("请求成功",$f);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 查询二维码
|
|
|
* @return void
|
|
|
*/
|
|
|
public function qrcode(){
|
|
|
$driver=Db::name("driver")->where('user_id',$this->auth->id)->field("place_image")->find();
|
|
|
$this->success("请求成功",$driver);
|
|
|
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|