WIN-2308041133\Administrator 6 meses atrás
pai
commit
63783f3877
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      application/api/controller/Wechat.php

+ 1 - 1
application/api/controller/Wechat.php

@@ -112,7 +112,7 @@ class Wechat extends Api
     {
         $price = intval($request->param('price'));
         $uid = intval($request->param('uid'));
-        $plan_id = WechatPlan::where('price',$peice)->value('plan_id');
+        $plan_id = WechatPlan::where('price',$price)->value('plan_id');
         $p_id = WechatPlan::where('price',$peice)->value('id');
         $plan_id=11;
         try {