<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                | 標題 | 名稱 | 鉤子描述 | | --- | --- | --- | | 會員添加 | member_add | 當添加會員時 | | 會員編輯 | member_edit | 當編輯會員時 | | 會員刪除 | member_del | 當刪除會員時 | | 會員登錄 | member_login | 當會員登錄 | >添加會員,編輯,刪除,登錄回到函數統一 ``` function functionName($userId) ``` >userId:會員id,開發者可通過$userInfo=getUserInfo($userId)獲取會員信息,$userInfo變量參數說明 >[danger] 注意會員刪除(member_del)的鉤子無法獲取會員信息,因為當調用刪除鉤子的時候,會員已經刪除 | 變量名 | 描述 | | --- | --- | | id | 會員id | | username | 會員名 | | group_id | 會員組id,會員級別最大的會員組id | | status | 會員狀態 1:正常 ,0:鎖定 | | auth | 會員權限 | | mobile | 會員手機號 | | email | 會員郵箱 | | addtime | 會員注冊時間 | | logintime | 會員最后登錄時間 | | headpath | 會員頭像地址| | nickname | 會員昵稱 | | istest | 會員是否為測試號 | | birthday | 會員生日 | | Loginip | 會員最后登錄IP | | recommendid | 會員推薦id | | login_type | 會員注冊類型 WX:微信注冊, Alipay:支付寶注冊 | | info | 會員詳細信息,如openid等 | | groupInfo| 會員所在的會員組的信息,按照會員級別降序排列,一個會員可能有多個會員組 | | group_id_s| 多個會員組的id | >login_type為空的示例數據 ``` array(22) { ["id"] => int(22) ["username"] => string(11) "wx_qkxv89xT" ["password"] => string(32) "da7ebbc62eee7238ac860140030ba24a" ["pass_prefix"] => string(6) "E1wb8e" ["group_id"] => int(4) ["status"] => int(0) ["auth"] => NULL ["isdel"] => int(0) ["mobile"] => string(0) "" ["email"] => string(0) "" ["addtime"] => int(1565257981) ["logintime"] => int(1565257981) ["headpath"] => string(122) "http://thirdwx.qlogo.cn/mmopen/ajNVdqHZLLCetqDChWKAC0mRPpjBzUGrjOVF0VPfJWgzfUdcv6dAqwt2ic0krhJz1pfkfyjrTcevZCzFeXRgyeQ/132" ["nickname"] => string(20) "小程序13293813023" ["birthday"] => int(-28800) ["Loginip"] => NULL ["recommendid"] => int(14) ["login_type"] => string(2) "WX" ["groupInfo"] => array(3) { [0] => array(11) { ["id"] => int(4) ["groupname"] => string(11) "SVIP2會員" ["status"] => int(1) ["auth"] => NULL ["isreg"] => int(1) ["isdel"] => int(0) ["level"] => int(3) ["maxnum"] => int(0) ["price"] => string(30) "{"day_1":"0.1","month_1":"30"}" ["point_type"] => string(5) "money" ["group_text"] => string(74) "<img src="/Upload/admin/1/5d560ffa9c56f.png" alt="undefined">saggbva&nbsp;" } [1] => array(11) { ["id"] => int(1) ["groupname"] => string(12) "普通會員" ["status"] => int(1) ["auth"] => NULL ["isreg"] => int(1) ["isdel"] => int(0) ["level"] => int(0) ["maxnum"] => int(0) ["price"] => string(2) "[]" ["point_type"] => string(5) "money" ["group_text"] => string(0) "" } } ["group_id_s"] => array(3) { [0] => int(4) [1] => int(1) } } ``` >login_type 為WX Alipay的示例數據 ``` array(22) { ["id"] => int(22) ["username"] => string(11) "wx_qkxv89xT" ["password"] => string(32) "da7ebbc62eee7238ac860140030ba24a" ["pass_prefix"] => string(6) "E1wb8e" ["group_id"] => int(4) ["status"] => int(0) ["auth"] => NULL ["isdel"] => int(0) ["mobile"] => string(0) "" ["email"] => string(0) "" ["addtime"] => int(1565257981) ["logintime"] => int(1565257981) ["headpath"] => string(122) "http://thirdwx.qlogo.cn/mmopen/ajNVdqHZLLCetqDChWKAC0mRPpjBzUGrjOVF0VPfJWgzfUdcv6dAqwt2ic0krhJz1pfkfyjrTcevZCzFeXRgyeQ/132" ["nickname"] => string(20) "小程序13293813023" ["istest"] => int(0) ["birthday"] => int(-28800) ["Loginip"] => NULL ["recommendid"] => int(14) ["login_type"] => string(2) "WX" ["info"] => array(10) { ["id"] => int(24) ["userid"] => int(22) ["nickname"] => string(20) "小程序13293813023" ["openid"] => string(28) "owMXksuIhiW2-DnvIkSRFRGNAu1w" ["unionid"] => string(0) "" ["sex"] => int(1) ["country"] => string(6) "中國" ["province"] => string(6) "山西" ["city"] => string(6) "太原" ["headimgurl"] => string(122) "http://thirdwx.qlogo.cn/mmopen/ajNVdqHZLLCetqDChWKAC0mRPpjBzUGrjOVF0VPfJWgzfUdcv6dAqwt2ic0krhJz1pfkfyjrTcevZCzFeXRgyeQ/132" } ["groupInfo"] => array(3) { [0] => array(11) { ["id"] => int(4) ["groupname"] => string(11) "SVIP2會員" ["status"] => int(1) ["auth"] => NULL ["isreg"] => int(1) ["isdel"] => int(0) ["level"] => int(3) ["maxnum"] => int(0) ["price"] => string(30) "{"day_1":"0.1","month_1":"30"}" ["point_type"] => string(5) "money" ["group_text"] => string(74) "<img src="/Upload/admin/1/5d560ffa9c56f.png" alt="undefined">saggbva&nbsp;" } [1] => array(11) { ["id"] => int(1) ["groupname"] => string(12) "普通會員" ["status"] => int(1) ["auth"] => NULL ["isreg"] => int(1) ["isdel"] => int(0) ["level"] => int(0) ["maxnum"] => int(0) ["price"] => string(2) "[]" ["point_type"] => string(5) "money" ["group_text"] => string(0) "" } } ["group_id_s"] => array(3) { [0] => int(4) [1] => int(1) } } ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看