client 标签打印 长链接
会员绑定
This commit is contained in:
@@ -9,10 +9,7 @@ import com.chaozhanggui.system.cashierservice.service.PayService;
|
||||
import com.chaozhanggui.system.cashierservice.util.DateUtils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.CrossOrigin;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.Date;
|
||||
@@ -69,6 +66,11 @@ public class NotifyController {
|
||||
|
||||
}
|
||||
|
||||
@RequestMapping("test")
|
||||
public void test(@RequestParam String payOrderNO){
|
||||
payService.test(payOrderNO);
|
||||
}
|
||||
|
||||
@RequestMapping("notifyCallBack")
|
||||
public String notifyCallBack(HttpServletRequest request){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user