This commit is contained in:
邹宗楠
2025-09-02 15:40:26 +08:00
parent 4b9b2cc2a8
commit 708a336c72
5 changed files with 283 additions and 17 deletions

6
platformapi/jdapi/im.go Normal file
View File

@@ -0,0 +1,6 @@
package jdapi
// ImStatusModify 开启全平台或者单门店im通知
func (a *API) ImStatusModify(waiterPin, stationId string, typePattern int, status bool) {
}

File diff suppressed because one or more lines are too long