作者 chencheng

0529-test-4

@@ -235,7 +235,7 @@ class Wechat extends Api @@ -235,7 +235,7 @@ class Wechat extends Api
235 return $this->success('下单成功',$config); 235 return $this->success('下单成功',$config);
236 236
237 }else{ 237 }else{
238 - return $this->error('下单失败'); 238 + return $this->error('下单失败',$result);
239 } 239 }
240 240
241 } 241 }