예제 #1
0
 def test_008_api_78dk_app_process_saveHoldKey_none(self):
     """
     保存手持身份证照片
     :return:
     """
     res = json.loads(
         AppAction.test_api_78dk_app_process_saveHoldKey(holdkey=''))
     Assertion.verity(res['code'], '20000')
예제 #2
0
 def test_007_api_78dk_app_process_saveHoldKey(self):
     """
     保存手持身份证照片
     :return:
     """
     global hold_key, card_scan_idcard_no, card_scan_name, front_key, front_note, opposite_key, opposite_note
     front_key = '0e07631d7a2c2beaa44e29c2a8301e5.png'
     opposite_key = 'b500be2dc3148cbd0cceb9bbe89d9a4.png'
     hold_key = 'des_1560837224439.jpeg'
     card_scan_idcard_no = loginAction.idcard
     card_scan_name = loginAction.user_name
     front_note = opposite_note = ''
     res = json.loads(
         AppAction.test_api_78dk_app_process_saveHoldKey(holdkey=hold_key))
     Assertion.verity(res['code'], '10000')