test deposit all with stock any updated
This commit is contained in:
parent
9a5f62b4c7
commit
7a6864a88a
7
msg.go
7
msg.go
@ -61,10 +61,9 @@ func parseSubTypeMessageStockAnyAck(m *ChatWarsMessage, r *regexp.Regexp) (*Chat
|
|||||||
|
|
||||||
re := regexp.MustCompile(`(📃){0,1}([a-zA-Z ]+) \(([0-9]+)\)( /view_[a-z0-9]+){0,1}\n{0,1}`)
|
re := regexp.MustCompile(`(📃){0,1}([a-zA-Z ]+) \(([0-9]+)\)( /view_[a-z0-9]+){0,1}\n{0,1}`)
|
||||||
for _, l := range re.FindAllStringSubmatch(r.ReplaceAllString(m.Text, "${Items}"), -1) {
|
for _, l := range re.FindAllStringSubmatch(r.ReplaceAllString(m.Text, "${Items}"), -1) {
|
||||||
fmt.Printf("parseSubTypeMessageStockAnyAck : %+q\n", l)
|
// fmt.Printf("parseSubTypeMessageStockAnyAck : %+q\n", l)
|
||||||
/*
|
i := getObjItemID(``, l[2])
|
||||||
i := getObjItemID(``, l[1])
|
q, _ := strconv.ParseInt(l[3], 10, 64)
|
||||||
q, _ := strconv.ParseInt(l[2], 10, 64)
|
|
||||||
if i != 0 {
|
if i != 0 {
|
||||||
item := ChatWarsItems{
|
item := ChatWarsItems{
|
||||||
ItemID64: i,
|
ItemID64: i,
|
||||||
|
Loading…
Reference in New Issue
Block a user