Commit 18dd40fb by 徐高华

自建

parent bc2871c8
package com.gic.haoban.manage.api.service;
import java.util.Map;
/**
* 自建应用api,实现在gic-qywx-self模块
*/
public interface QywxSelfApiService {
Map<String,Object> selfPost(String url, String json, String ip) ;
Map<String,Object> selfGet(String url, String ip) ;
Map<String,Object> selfUpload(String url, String fileUrl, String fileName, String ip) ;
Map<String,Object> selfImage(String url, String fileName, String ip , byte[] data) ;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment