Ejemplo n.º 1
0
 def test_056_api_78dk_sht_store_findstorebusiness_none(self):
     """
     查询门店业务信息,门店uuid为空
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_store_findStorebusiness(storeuuid=''))
     Assertion.verity(res['msg'], '您提交的参数异常')
     Assertion.verity(res['code'], 'S0006')
Ejemplo n.º 2
0
 def test_055_api_78dk_sht_store_findstorebusiness(self):
     """
     查询门店业务信息
     :return:
     """
     res = json.loads(
         ShtAction.test_api_78dk_sht_store_findStorebusiness(
             storeuuid=store_uuid))
     Assertion.verity(res['code'], '10000')