xcEncodeInfo abstract method

  1. @async
OriginResponse xcEncodeInfo(
  1. String encodeStr,
  2. int expireTime,
  3. int seq
)

编码信息 beCodeStr 待编码字符 expireTime 过期时间,默认30min,单位毫秒 seq索引,自定义值 return code:0 data:json数据 回调码 5203

Implementation

@async
OriginResponse xcEncodeInfo(String encodeStr, int expireTime, int seq);