Ejemplo n.º 1
0
 def test_059_api_78dk_sht_store_querystorepics(self):
     """
     查询门店证照信息
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_store_queryStorePics(store_uuid))
     Assertion.verity(res['code'], '10000')
Ejemplo n.º 2
0
 def test_060_api_78dk_sht_store_querystorepics_none(self):
     """
     查询门店证照信息,门店uuid为空
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_store_queryStorePics(storeuuid=''))
     Assertion.verity(res['msg'], '参数有误')
     Assertion.verity(res['code'], 'S0006')