类 MerchantInfoController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/merchant") public class MerchantInfoController extends BaseController
商户端商户信息控制器
作者:
时克英
  • 构造器详细资料

    • MerchantInfoController

      public MerchantInfoController()
  • 方法详细资料

    • getBaseInfo

      @RequestMapping(value="/base/info", method=GET) public com.walker.web.ResponseValue getBaseInfo()
    • getConfigInfo

      @RequestMapping(value="/config/info", method=GET) public com.walker.web.ResponseValue getConfigInfo()
    • getSettlementInfo

      @RequestMapping(value="/settlement/info", method=GET) public com.walker.web.ResponseValue getSettlementInfo()
    • configInfoEdit

      @RequestMapping(value="/config/info/edit", method=POST) public com.walker.web.ResponseValue configInfoEdit(@RequestBody MerchantConfigInfoVo merchantConfigInfoVo)
    • settlementInfoEdit

      @RequestMapping(value="/settlement/info/edit", method=POST) public com.walker.web.ResponseValue settlementInfoEdit(@RequestBody EbMerchantInfo merchantInfo)
      更新商户结算信息,银行卡、微信、支付宝等。
      参数:
      merchantInfo -
      返回:
    • updateSwitch

      @RequestMapping(value="/switch/update", method=POST) public com.walker.web.ResponseValue updateSwitch()