File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- { {$storeId := counter " storeId" 1000 1} }{ {add_v_to_list " storeId" ( itoa $storeId ) } } Added to storeId list { { $ storeId } }
1
+ { {$storeId := counter " storeId" 1000 1} }{ {add_v_to_list " storeId" ( itoa $storeId ) } }
Original file line number Diff line number Diff line change 1
- { {$userid := (print " user_" (counter " user_id" 1 1 ) )} }{ {add_v_to_list " userId" $userid } } Added to ctx list { { $ userid } }
1
+ { {$userid := (print " user_" (counter " user_id" 1 1 ) )} }{ {add_v_to_list " userId" $userid } }
2
2
{
3
3
" registertime" :" {{integer64 1487715775521 1519273364600}}" ,
4
4
" userid" :" {{$userid}}" ,
Original file line number Diff line number Diff line change 1
- { {$ipAddress := ip " 0.0.0.0/1" } }{ {add_v_to_list " ipAddress_list" $ipAddress } } Added to ctx ipAddress_list { { $ ipAddress } }
1
+ { {$ipAddress := ip " 0.0.0.0/1" } }{ {add_v_to_list " ipAddress_list" $ipAddress } }
Original file line number Diff line number Diff line change 1
- { {$userid := (print " user_" (counter " user_id" 1 1 ) )} }{ {add_v_to_list " userId" $userid } } Added to ctx list { { $ userid } }
1
+ { {$userid := (print " user_" (counter " user_id" 1 1 ) )} }{ {add_v_to_list " userId" $userid } }
You can’t perform that action at this time.
0 commit comments