Explorar el Código

[更新]修改微信粉丝信息修改

Anyon hace 7 años
padre
commit
069f8c13d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/wechat/controller/Api.php

+ 1 - 1
application/wechat/controller/Api.php

@@ -256,7 +256,7 @@ class Api extends Controller
             }
         } else {
             $data = ['subscribe' => '0', 'appid' => $this->wechat->appid, 'openid' => $this->openid];
-            DataService::save('wechat_fans', $data, ['appid', 'openid']);
+            DataService::save('wechat_fans', $data, 'openid');
         }
     }