Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
oddfar committed Sep 5, 2023
1 parent 0108ed1 commit ceac468
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,18 @@ i茅台app,每日自动预约茅台

## 关注&交流

欢迎各位老哥进群进行**技术交流**(只交流技术,不谈茅台),为了防止广告进入,请添加我微信(备注:**Campus**),我会直接将你拉进**Campus交流群**
欢迎各位老哥进群进行**技术交流**(只交流技术,不谈茅台)

**私信不解决项目使用问题,请提交 issues!**
因进群门槛太低,导致有广告等不好现象,进群需**在群里发6.66**🧧,或提供**公益捐款**(腾讯公益等公益项目)大于10元记录(截图提供,要求3天内的)

若您接受上面所述,请添加我微信备注(**进群campus**),我将拉您进群

**群目前有三百多人**

<img src="https://note.oddfar.com/img/my-wechat.jpg" alt="wechat" style="height:280px;" />

**私信不解决项目使用问题,请提交 issues,或在群里询问!**



## 贡献代码
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.oddfar.campus.business.mapper.IUserMapper;
import com.oddfar.campus.business.service.IMTService;
import com.oddfar.campus.business.service.IShopService;
import com.oddfar.campus.common.annotation.Anonymous;
import com.oddfar.campus.common.annotation.ApiResource;
import com.oddfar.campus.common.annotation.Log;
Expand All @@ -23,6 +24,8 @@ public class TestController {
private IUserMapper iUserMapper;
@Autowired
private IMTService imtService;
@Autowired
private IShopService iShopService;

/**
* 需要接口权限
Expand Down Expand Up @@ -50,6 +53,7 @@ public R test2() {
@Anonymous
@GetMapping(value = "/3", name = "测试3的接口")
public R test3() {
iShopService.selectShopList();
return R.ok();
}

Expand Down

0 comments on commit ceac468

Please sign in to comment.