Commit 33a89f09 by 吕明尚

删除美团的接口

parent 1c6ceae9
package share.system.service;
import com.meituan.sdk.MeituanResponse;
public interface MTService {
MeituanResponse verificationVouchers(String code, int num);
MeituanResponse revoke (String ERPId ,String ERPName ,String couponCode);
MeituanResponse preparation (String code);
MeituanResponse verified (String code);
}
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