Browse Source

advertise

tusx 6 years ago
parent
commit
8e4132f2d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Wap/Advertises/ShareController.php

+ 1 - 1
app/Http/Controllers/Wap/Advertises/ShareController.php

@@ -94,7 +94,7 @@ class ShareController extends BaseController
         $sign_str = arr_to_url(compact('distribution_channel_id','uid','cid','bid_encode','share_user_rec_id','timestamp'));
         $my_sign = md5($sign_str);
         if($sign != $my_sign) {
-            return response()->error('PARAM_ERROR');
+            return response()->error('WAP_SIGN_ERROR');
         }
         $bid = Hashids::decode($bid_encode)[0];
         $buid = $this->uid;