示例#1
0
 def test_019_api_78dk_sht_mm_findMerchantSummary_none(self):
     """
     商户信息详情列表
     :return:
     """
     res = json.loads(ShtAction.test_api_78dk_sht_mm_findMerchantSummary(uuid=''))
     Assertion.verity(res['code'], '40000')
示例#2
0
 def test_020_api_78dk_sht_mm_findMerchantSummary(self):
     """
     商户信息详情列表
     :return:
     """
     res = json.loads(ShtAction.test_api_78dk_sht_mm_findMerchantSummary(uuid=sht_merchantUuid))
     Assertion.verity(res['code'], '10000')
 def test_008_api_78dk_sht_mm_findMerchantSummary(self):
     """
     商户信息详情列表
     :return:
     """
     sht_query.update_wx_merchart_null(sht_merchantUuid)
     res = json.loads(ShtAction.test_api_78dk_sht_mm_findMerchantSummary(uuid=sht_merchantUuid))
     Assertion.verity(res['code'], '10000')