Example #1
0
    def user_profile_update(self):
        """用户个人资料修改"""
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/UserProfileUpdateApiService'
        data = '''
        {
  "area": "",
  "birthday": "",
  "gender": 0,
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "signature": "",
  "nickname": "",
  "avatar": ""
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #2
0
    def login(self, account, pwd='e10adc3949ba59abbe56e057f20f883e'):
        """
        账号密码登录
        :return:
        """
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/LoginApiService'
        data = '''
        {
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "pwd": "%s",
  "account": "%d"
}
        ''' % (pwd, int(account))
        content = JsonRequest().post(url, data=data)
        return content
Example #3
0
    def user_profile_detail(self):
        """用户个人资料详情获取"""
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/UserProfileDetailApiService'
        data = '''
        {
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  }
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #4
0
    def lease_auth(self):
        """
        授权续租
        :return:
        """
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/LeaseAuthApiService'
        data = '''
        {
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "lastDate": %d
}
        ''' % self.time
        content = JsonRequest().post(url, data=data)
        print(content)
Example #5
0
    def verification_valid(self):
        """验证码验证接口"""
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/VerificationValidApiService'
        data = '''
        {
  "verifyCode": "",
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "phone": "",
  "sessionId": ""
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #6
0
    def social_unbind(self):
        """解绑第三方账号"""
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/SocialUnbindApiService'
        data = '''
        {
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "source": ""
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #7
0
    def register(self):
        """注册接口"""
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/RegisterApiService'
        data = '''
        {
  "password": "******",
  "verifyCode": "000000",
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "phone": "",
  "sessionId": ""
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #8
0
    def phone_exits(self):
        """
        校验手机号是否存在
        :return:
        """
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/PhoneExitsApiService'
        data = '''
        {
  "reqBaseVO": {
    "netStandard": "GSM",
    "address": "",
    "os": "ios",
    "auth": "",
    "netType": "4G",
    "idfa": "",
    "channel": "014585",
    "imsi": "",
    "deviceId": "1234",
    "osVer": "iOS11.2.6",
    "mac": "AG:22:0B:CB:12:4C",
    "caller": "",
    "phoneModel": "",
    "clientVer": "1.0.0",
    "imei": "",
    "myUid": "",
    "androidId": "",
    "openuuid": ""
  },
  "phone": "15155492421"
}
        '''
        content = JsonRequest().post(url, data=data)
        print(content)
Example #9
0
    def gold_mall_token(self):
        uid = self.params['uid']
        auth = self.params['auth']
        if self.params.get('account'):
            account = self.params['account']
            print(account)
            uid, auth = get_params().get_uid_auth(account)

        print('1', uid, auth)
        """
        金币商城首页token获取
        :return:
        """
        url = 'http://61.191.24.229:6083/kypbtool/api/req/kuyin_move_test/GoldMallTokenApiService'
        data = '''
            {
          "reqBaseVO": {
            "netStandard": "GSM",
            "address": "",
            "os": "ios",
            "auth": "%s",
            "netType": "4G",
            "idfa": "",
            "channel": "014585",
            "imsi": "",
            "deviceId": "1234",
            "osVer": "iOS11.2.6",
            "mac": "AG:22:0B:CB:12:4C",
            "caller": "",
            "phoneModel": "",
            "clientVer": "1.0.0",
            "imei": "",
            "myUid": "%s",
            "androidId": "",
            "openuuid": ""
          }
        }
        ''' % (auth, uid)
        content = JsonRequest().post(url, data=data)
        print(content)
        return content