作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改微信二维码接口

... ... @@ -150,7 +150,7 @@ class User extends Api
*/
public function getWxCode(){
if($this->request->isGet()){
$goods_id = $this->request->post('goods_id');
$goods_id = $this->request->get('goods_id');
$rule = config('verify.goods_detail');
$validate = new Validate($rule['rule'],$rule['msg']);
if (!$validate->check(['goods_id'=>$goods_id])) {
... ...
... ... @@ -6813,7 +6813,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-12-05 11:05:32 </div>
Generated on 2019-12-05 11:36:39 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...