Example #1
0
 def test_048_api_78dk_sht_qrcode_showqrs(self):
     """
     查询二维码
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_qrCode_showQRs(store_uuid))
     Assertion.verity(res['code'], 'S0006')
Example #2
0
 def test_049_api_78dk_sht_qrCode_showqrs_none(self):
     """
     查询二维码:merchantuuid为空
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_qrCode_showQRs(storeuuid=''))
     Assertion.verity(res['code'], 'S0006')
     Assertion.verity(res['msg'], '您提交的参数异常')