github.com/lino-network/lino@v0.6.11/x/developer/manager/golden/TestDeveloperManagerSuite/TestUpdateAffiliated/Success_deactivate.golden (about)

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "testapp",
     5      "val": {
     6        "type": "lino/developer",
     7        "value": {
     8          "username": "testapp",
     9          "deposit": {
    10            "amount": "0"
    11          },
    12          "app_consumption": "0",
    13          "web_site": "",
    14          "description": "",
    15          "app_meta_data": "",
    16          "is_deleted": false,
    17          "n_affiliated": "0"
    18        }
    19      }
    20    },
    21    {
    22      "prefix": "0",
    23      "key": "testapp-max-affiliated",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "testapp-max-affliated",
    28          "deposit": {
    29            "amount": "0"
    30          },
    31          "app_consumption": "0",
    32          "web_site": "",
    33          "description": "",
    34          "app_meta_data": "",
    35          "is_deleted": false,
    36          "n_affiliated": "500"
    37        }
    38      }
    39    },
    40    {
    41      "prefix": "0",
    42      "key": "testuser-developer",
    43      "val": {
    44        "type": "lino/developer",
    45        "value": {
    46          "username": "testuser-developer",
    47          "deposit": {
    48            "amount": "0"
    49          },
    50          "app_consumption": "0",
    51          "web_site": "",
    52          "description": "",
    53          "app_meta_data": "",
    54          "is_deleted": false,
    55          "n_affiliated": "0"
    56        }
    57      }
    58    },
    59    {
    60      "prefix": "5",
    61      "key": "testuser-affiliated",
    62      "val": {
    63        "type": "lino/role",
    64        "value": {
    65          "aa": "testapp-a"
    66        }
    67      }
    68    }
    69  ]