View Javadoc
1   package com.foxinmy.weixin4j.pay.payment.mch;
2   
3   /**
4    * 支付场景信息接口
5    *
6    * @author kit
7    * @date 2020年06月03日
8    */
9   public interface SceneInfo {
10      /**
11       * 格式化为Json字符串
12       *
13       * @return
14       */
15      String toJson();
16  }