Esempio n. 1
0
 def test_038_api_78dk_sht_mm_base_ShtActioniness_findaccountinfo(self):
     """
     查看商户帐户信息
     :return:
     """
     res = json.loads(ShtAction.test_api_78dk_sht_mm_findMerchantInfo(uuid=sht_merchantUuid))
     Assertion.verity(res['code'], '10000')
Esempio n. 2
0
 def test_035_api_78dk_sht_mm_findmerchantinfo_none(self):
     """
     查看商户基础信息
     :return:
     """
     res = json.loads(ShtAction.test_api_78dk_sht_mm_findMerchantInfo(uuid=''))
     Assertion.verity(res['code'], '20000')