| | |
| | | */ |
| | | String getUserId(); |
| | | |
| | | String getAppId(); |
| | | |
| | | /** |
| | | * 获取交易流水 |
| | | * @return 交易流水 |
| | |
| | | * @return IPageData对象 |
| | | * @throws IllegalArgumentException 参数错误异常 |
| | | */ |
| | | IPageData builder(String userId, String token, String reqData, String componentCode, String componentMethod, String url, String sessionId) |
| | | IPageData builder(String userId, |
| | | String token, |
| | | String reqData, |
| | | String componentCode, |
| | | String componentMethod, |
| | | String url, |
| | | String sessionId, |
| | | String appId) |
| | | throws IllegalArgumentException; |
| | | |
| | | IPageData builder(String userId, |
| | | String token, |
| | | String reqData, |
| | | String componentCode, |
| | | String componentMethod, |
| | | String url, |
| | | String sessionId) |
| | | throws IllegalArgumentException; |
| | | |
| | | } |